home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / shellscr / src / shellscr.cd < prev    next >
Text File  |  1999-11-30  |  933b  |  48 lines

  1. ; $VER: ShellScr.cd 1.0 (15.09.99)
  2. #version 0
  3. #language english
  4. ;
  5. ; * user-visible texts
  6. ;
  7. MSG_DEF_TITLE (//)
  8. AmigaShell
  9. MSG_DEF_PUBNAME (//28)
  10. SHELL_%08lx
  11. MSG_OK (//)
  12. OK
  13. MSG_PROPFONT (//)
  14. Requested font "%s/%d" is not fixed-width!
  15. MSG_MODEID (//)
  16. Chosen MODEID = 0x%lx
  17. ;
  18. ; * error messages
  19. ;
  20. MSG_NEWSHELL_FAILED (//)
  21. Cannot open new shell
  22. MSG_BAD_ARGS (//)
  23. Bad args
  24. MSG_NO_DEF_SCREEN (//)
  25. Cannot find a default screen
  26. MSG_SCREEN_ERROR (//)
  27. Cannot open screen: %s
  28. MSG_UNKNOWN_ERROR (//)
  29. Unknown error
  30. ;
  31. ; * messages for error-codes from OpenScreen()  (0 to 7)
  32. ;
  33. MSG_SCREENERROR (500//)
  34. No error
  35. MSG_SCREENERROR_1 (//)
  36. Chosen ModeID is not available
  37. MSG_SCREENERROR_2 (//)
  38. Better chipset required to display this mode
  39. MSG_SCREENERROR_3 (//)
  40. Not enough memory
  41. MSG_SCREENERROR_4 (//)
  42. Not enough chip memory
  43. MSG_SCREENERROR_5 (//)
  44. Public name already in use
  45. MSG_SCREENERROR_6 (//)
  46. Unknown ModeID
  47. MSG_SCREENERROR_7 (//)
  48. Too many bitplanes